home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 2.iso / mac / data / mentors.dir / 00013_Script_13 < prev    next >
Text File  |  2001-03-05  |  330b  |  16 lines

  1. on mouseDown
  2.   set clickline = flashline()
  3.   case clickline of
  4.     1:goto "arzapalo"
  5.     5:goto "de avila"
  6.       
  7.     9:goto "furst"
  8.     13:goto "Leon Portilla"
  9.     17:goto "manzanilla"
  10.     21:goto "mccafferty"
  11.     25:goto "messer"
  12.     29:goto "monaghan"
  13.     33:goto "elorduy"
  14.     37:goto "b.tedlock"
  15.   end case
  16. end